% Organisation of handles.plots:
% handles.plots is a cell array with handles to all the different lines
%                       column (line)
%              1      2        3            4          5
%         1   raw    mean  stat_thres  touch_thres  variance
%         2   raw    mean  stat_thres  touch_thres  variance
%  row    3   ...    ...
% (plot)  4   ...    ...
%         5 

% Organisation of data variable for button n-1 after parsing of 
% received string:    
%     data{n} = [ raw      ;...
%                 baseline ;...
                  variance ;...

% Organisation of data variable for button n-1 after adding thresholds and 
% variance 
% 
%    data{n} = [ raw data    ;...
%                baseline    ;...
%                stat_thres  ;...
%                touch_thres ;...
%                variance    ;...]
